home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 March / PCFormat 3_2008.iso / Multimedia / CDBurnerXP 4.0.022.370 / cdbxp_setup_4.0.022.370.exe / {app} / nms_stop.bat < prev    next >
DOS Batch File  |  2007-09-27  |  244b  |  12 lines

  1. REM Stop the NMSAccess service
  2. ECHO Stopping the NMSAccess service...
  3. NET STOP "NMSAccessU"
  4.  
  5. REM Wait for the service to be removed
  6. REM ECHO Waiting for the NMSAccess service to be uninstalled...
  7. REM START NMSAccessU.exe -remove
  8.  
  9.  
  10.  
  11.  
  12.